Read Only With Download Object Repository
Inheritors
Functions
Link copied to clipboard
Downloads the resource in scope in a synchronous way. Important: this is a blocking method and it should not be executed in the main thread. Consider the asynchronous version .get. The method will finish with a void as soon as the whole download and processing is finished.
Link copied to clipboard
Returns if the object exists in a synchronous way. Important: this is a blocking method and it should not be executed in the main thread. Consider the asynchronous version .exists.
Link copied to clipboard
Returns the object in a synchronous way. Important: this is a blocking method and it should not be executed in the main thread. Consider the asynchronous version .get.